vcExtrudeFeature
The Extrude operation extrudes all geometries in the feature's sub trees. All faces are extruded into their normal direction and polylines to the direction defined by the Direction property. If a polyline is a convex loop top and bottom caps are generated for the extrusion, otherwise the top and bottom are left open.
See in: Overview
Module: vcFeatures
Parent: vcFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Direction | vcVectorExpressionProperty | R | Gets or sets the vector defining the direction of the extrusion. |
| Length | vcRealExpressionProperty | R | Gets or sets the length of the extrusion. |
| Material | vcMaterial | RW | Gets or sets the material of the extrusion. |
| ShowBackFaces | Boolean | RW | Gets or sets the rendering of geometry backfaces in the extrusion. |